GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-06T07:07:05.8619875+00:00",
"SubmitDate": "2026-02-06T07:07:05.8619875+00:00",
"ReportPeriodStart": "2026-02-06T07:07:05.8619875+00:00",
"ReportPeriodEnd": "2026-02-06T07:07:05.8619875+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ba24b2df-458c-4682-8c04-e64a1afa53f1",
"Rows": [
{
"ItemId": "8a330f4d-f093-47d8-8e9b-0029a9cee72f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a330f4d-f093-47d8-8e9b-0029a9cee72f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ba24b2df-458c-4682-8c04-e64a1afa53f1",
"Rows": [
{
"ItemId": "8a330f4d-f093-47d8-8e9b-0029a9cee72f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a330f4d-f093-47d8-8e9b-0029a9cee72f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"09220a9c-3983-469a-a5c3-0a6c8e4f974a",
"3abc6a47-09b7-4658-a85e-e3e9df14f605"
],
"Approvers": [
"4f812f66-4618-4124-bf1d-15f8352056e4",
"c1169282-205f-49be-89d1-30a69e25fc07"
],
"ApprovedBy": "a57c9d7c-d6e0-4824-8c43-de3f66925c9e",
"ApprovalDate": "2026-02-06T07:07:05.8619875+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "10d41695-ef9f-4898-a4bd-1b2e30b3cc7b",
"id": "1e6cdfda-5d65-40e3-ac73-c3da32a1e431",
"ConfigId": "49534e39-2899-47f8-b16c-b1e49af8a21f"
},
{
"GenerationDate": "2026-02-06T07:07:05.8619875+00:00",
"SubmitDate": "2026-02-06T07:07:05.8619875+00:00",
"ReportPeriodStart": "2026-02-06T07:07:05.8619875+00:00",
"ReportPeriodEnd": "2026-02-06T07:07:05.8619875+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ba24b2df-458c-4682-8c04-e64a1afa53f1",
"Rows": [
{
"ItemId": "8a330f4d-f093-47d8-8e9b-0029a9cee72f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a330f4d-f093-47d8-8e9b-0029a9cee72f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ba24b2df-458c-4682-8c04-e64a1afa53f1",
"Rows": [
{
"ItemId": "8a330f4d-f093-47d8-8e9b-0029a9cee72f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a330f4d-f093-47d8-8e9b-0029a9cee72f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"09220a9c-3983-469a-a5c3-0a6c8e4f974a",
"3abc6a47-09b7-4658-a85e-e3e9df14f605"
],
"Approvers": [
"4f812f66-4618-4124-bf1d-15f8352056e4",
"c1169282-205f-49be-89d1-30a69e25fc07"
],
"ApprovedBy": "a57c9d7c-d6e0-4824-8c43-de3f66925c9e",
"ApprovalDate": "2026-02-06T07:07:05.8619875+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "10d41695-ef9f-4898-a4bd-1b2e30b3cc7b",
"id": "1e6cdfda-5d65-40e3-ac73-c3da32a1e431",
"ConfigId": "49534e39-2899-47f8-b16c-b1e49af8a21f"
}
]